VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormFieldTemplateTable<T> Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    FormFieldTemplateTable<T> Class
    In This Topic
    Provides the abstract base class for a regular table that consists of uniformly distributed identical form field templates.
    Object Model
    FormFieldTemplateTable<T>
    Syntax
    'Declaration
    
    Public MustInherit Class FormFieldTemplateTable(Of T
    Element type of the table cell.
    As FormFieldTemplate) Inherits FormFieldTemplateGroup
    public abstract class FormFieldTemplateTable<T> : FormFieldTemplateGroup
    where T: FormFieldTemplate
    
    
    public __gc abstract class FormFieldTemplateTable<T> : public FormFieldTemplateGroup*
    where T: FormFieldTemplate*
    
    
    generic<typename T>
    public ref class FormFieldTemplateTable abstract : public FormFieldTemplateGroup^
    where T: FormFieldTemplate^
    
    

    Type Parameters

    T
    Element type of the table cell.
    Inheritance Hierarchy
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also